projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b26af2
)
(widget-default-create): Insert new text at the :from marker _after_ the
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 4 Feb 2007 16:01:37 +0000
(16:01 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 4 Feb 2007 16:01:37 +0000
(16:01 +0000)
marker, not before it.
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index 2e11b6557529407d524c79845f258d7251894787..d0ff5c0b956ba53b07753f4dbefb9292dd7a17d2 100644
(file)
--- a/
lisp/wid-edit.el
+++ b/
lisp/wid-edit.el
@@
-1509,7
+1509,7
@@
If that does not exists, call the value of `widget-complete-field'."
(widget-apply widget :value-create)))
(let ((from (point-min-marker))
(to (point-max-marker)))
- (set-marker-insertion-type from
t
)
+ (set-marker-insertion-type from
nil
)
(set-marker-insertion-type to nil)
(widget-put widget :from from)
(widget-put widget :to to)))